From 192276ca7ba7162ea7df54a8b82c95e46d176e45 Mon Sep 17 00:00:00 2001 From: "maw48@labyrinth.cl.cam.ac.uk" Date: Thu, 14 Oct 2004 00:49:06 +0000 Subject: [PATCH] bitkeeper revision 1.1159.110.2 (416dcd02MO6G0PtKnA4XILutLWJVOA) Update kernel versions and *kill* xda :-) --- tools/examples/xmexample1 | 6 +++--- tools/examples/xmexample2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index b297d1d846..7f66ce235d 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -8,7 +8,7 @@ #---------------------------------------------------------------------------- # Kernel image file. -kernel = "/boot/vmlinuz-2.4.26-xenU" +kernel = "/boot/vmlinuz-2.6.8.1-xenU" # Optional ramdisk. #ramdisk = "/boot/initrd.gz" @@ -43,7 +43,7 @@ name = "ExampleDomain" # where UNAME is the device, DEV is the device name the domain will see, # and MODE is r for read-only, w for read-write. -disk = [ 'phy:hda1,xda1,r' ] +disk = [ 'phy:hda1,hda1,r' ] #---------------------------------------------------------------------------- # Set the kernel command line for the new domain. @@ -62,7 +62,7 @@ disk = [ 'phy:hda1,xda1,r' ] #hostname= "vm%d" % vmid # Set root device. -root = "/dev/xda1 ro" +root = "/dev/hda1 ro" # Root device for nfs. #root = "/dev/nfs" diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2 index d6df731c45..131a79f9d5 100644 --- a/tools/examples/xmexample2 +++ b/tools/examples/xmexample2 @@ -36,7 +36,7 @@ xm_vars.check() #---------------------------------------------------------------------------- # Kernel image file. -kernel = "/boot/vmlinuz-2.4.26-xenU" +kernel = "/boot/vmlinuz-2.6.8.1-xenU" # Optional ramdisk. #ramdisk = "/boot/initrd.gz" -- 2.30.2